From: Dirk Brenken Date: Wed, 3 Mar 2021 11:56:41 +0000 (+0100) Subject: luci-app-banip: cosmetics X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=2e1f950104e7b8af447577b92772dc10d9c2a066;p=project%2Fluci.git luci-app-banip: cosmetics * fix translation warning * cosmetics Signed-off-by: Dirk Brenken (cherry picked from commit 0dad7fc09ec4fb70066738671e55c8759eef0f61) --- diff --git a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js index 6d37cb17c1..5836f8d4d3 100644 --- a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js +++ b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js @@ -123,7 +123,7 @@ return view.extend({ E('th', { 'class': 'th' }, _('Count MAC')), E('th', { 'class': 'th' }, _('Count ACC')), E('th', { 'class': 'th' }, _('Entry Details')), - E('th', { 'class': 'th' }, _('')), + E('th', { 'class': 'th' }, '\xa0'), E('th', { 'class': 'th' }, _('Action')) ]) ]); diff --git a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js index 44247cc106..20e1b11dee 100644 --- a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js +++ b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js @@ -754,7 +754,7 @@ return view.extend({ o = s.taboption('sources', form.DummyValue, '_sub'); o.rawhtml = true; - o.default = 'Country selection'; + o.default = 'Country Selection'; /* prepare country data @@ -775,7 +775,7 @@ return view.extend({ o = s.taboption('sources', form.DummyValue, '_sub'); o.rawhtml = true; - o.default = 'ASN selection'; + o.default = 'ASN Selection'; o = s.taboption('sources', form.DynamicList, 'ban_asns', _('ASNs')); o.datatype = 'uinteger';